docs: add dev-deps install and test/lint commands to README#1089
Open
Socialpranker wants to merge 1 commit into
Open
docs: add dev-deps install and test/lint commands to README#1089Socialpranker wants to merge 1 commit into
Socialpranker wants to merge 1 commit into
Conversation
Closes anthropics#966. The Development section explained the pre-push hook but not how to install dev dependencies or run the same checks manually.
tapheret2
reviewed
Jul 10, 2026
tapheret2
left a comment
There was a problem hiding this comment.
Review: docs: add dev-deps install and test/lint commands to README
Files: README.md
Size: +27 / -0
Notes
- Docs-focused change; check links/render and keep examples copy-pasteable.
Nits
- Any user-facing change that should be mentioned in the PR description?
- Need a changelog/release note for the next tag?
Thanks @Socialpranker — independent review pass on the diff.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pip install -e ".[dev]") and a "Running Lint, Typecheck, and Tests" section to the README's Development section, right after the existing pre-push hook instructions.CLAUDE.mdand run in CI, so external contributors don't have to dig for them.Closes #966
Test plan